{
  "name": "IAP Artifacts L3VPN Create Form",
  "children": [
    {
      "properties": {
        "type": "uint32",
        "min": "0",
        "max": "4.294967295e+09",
        "prefix": ""
      },
      "type": "field",
      "name": "vpn-id",
      "description": "Unique Service ID",
      "element": "{\"type\":\"service_model\",\"id\":{\"name\":\"/IAP-Artifact-l3vpn:l3vpn\"}}",
      "isKey": true,
      "source_type": "service_model",
      "source": "/IAP-Artifact-l3vpn:l3vpn",
      "id": "3725c0b9-21e2-4b45-b33d-fcfbbe8ce4b3",
      "yangkey": "",
      "key": "/IAP-Artifact-l3vpn:l3vpn.vpn-id",
      "default": 123456
    },
    {
      "properties": {
        "type": "string",
        "prefix": "",
        "regex": "[a-zA-Z0-9_\\-]+"
      },
      "type": "field",
      "name": "vpn-name",
      "description": "L3VPN Name (Pattern: 'a-zA-Z9_-')",
      "element": "{\"type\":\"service_model\",\"id\":{\"name\":\"/IAP-Artifact-l3vpn:l3vpn\"}}",
      "source_type": "service_model",
      "source": "/IAP-Artifact-l3vpn:l3vpn",
      "id": "bcabf0ef-797c-495f-9fd7-9106302b2d8c",
      "yangkey": "",
      "key": "/IAP-Artifact-l3vpn:l3vpn.vpn-name",
      "default": "testingName"
    },
    {
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "type": "field",
      "name": "description",
      "description": "L3VPN service description",
      "element": "{\"type\":\"service_model\",\"id\":{\"name\":\"/IAP-Artifact-l3vpn:l3vpn\"}}",
      "source_type": "service_model",
      "source": "/IAP-Artifact-l3vpn:l3vpn",
      "id": "056faf6a-1bad-474b-acde-4434d54d88dd",
      "yangkey": "",
      "key": "/IAP-Artifact-l3vpn:l3vpn.description",
      "default": "testingDescription"
    },
    {
      "children": [
        {
          "properties": {
            "type": "uint32",
            "min": "0",
            "max": "4.294967295e+09",
            "prefix": ""
          },
          "type": "field",
          "name": "site-id",
          "id": "d7799121-a08f-49b4-a45d-ba43a70ac3e0",
          "isKey": true,
          "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].site-id",
          "source": "/IAP-Artifact-l3vpn:l3vpn",
          "source_type": "service_model",
          "default": 1
        },
        {
          "properties": {
            "type": "leafref",
            "prefix": "",
            "path": "/ncs:devices/ncs:device/ncs:name",
            "enforce": true
          },
          "type": "field",
          "name": "ce",
          "id": "688427a0-703c-459d-9ec6-fff4f7d1bcd9",
          "yangkey": "",
          "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].ce",
          "source": "/IAP-Artifact-l3vpn:l3vpn",
          "source_type": "service_model",
          "default": ""
        },
        {
          "properties": {
            "type": "string",
            "prefix": ""
          },
          "type": "field",
          "name": "site-description",
          "description": "Description for the L3VPN Site",
          "id": "8673336f-303d-47a3-9f64-1023faeb4b3d",
          "yangkey": "",
          "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].site-description",
          "source": "/IAP-Artifact-l3vpn:l3vpn",
          "source_type": "service_model",
          "default": "testingSiteDescription"
        },
        {
          "children": [
            {
              "properties": {
                "type": "string",
                "prefix": ""
              },
              "type": "field",
              "name": "lan-interface-name",
              "description": "LAN/Customer GigE Interface",
              "id": "242c199f-366b-41da-a16c-96b8a6236603",
              "isKey": true,
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].lan-link[0].lan-interface-name",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "0/1"
            },
            {
              "properties": {
                "type": "tailf:ipv4-address-and-prefix-length",
                "prefix": ""
              },
              "type": "field",
              "name": "lan-ip",
              "description": "IPv4 format with CIDR",
              "id": "9c6535c5-389a-4cbe-a327-8d198f75bbd5",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].lan-link[0].lan-ip",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "192.0.2.0/21"
            },
            {
              "properties": {
                "type": "string",
                "prefix": ""
              },
              "type": "field",
              "name": "lan-description",
              "description": "Description for the LAN",
              "id": "e73b86e5-7c24-4ab2-8c18-b5c8a265f4bc",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].lan-link[0].lan-description",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "testingLanDescription"
            }
          ],
          "type": "table",
          "name": "lan-link",
          "properties": {},
          "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].lan-link",
          "id": "36b35e37-9464-48b2-a7d1-b4900f5aefe8",
          "yangkey": "lan-interface-name",
          "source": "/IAP-Artifact-l3vpn:l3vpn",
          "source_type": "service_model"
        },
        {
          "children": [
            {
              "properties": {
                "type": "leafref",
                "prefix": "",
                "path": "/ncs:devices/ncs:device/ncs:name",
                "enforce": true
              },
              "type": "field",
              "name": "pe",
              "id": "b6553482-2ac5-4fda-922f-dacc332d16f5",
              "isKey": true,
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].pe",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model"
            },
            {
              "properties": {
                "type": "string",
                "prefix": ""
              },
              "type": "field",
              "name": "pe-interface-name",
              "description": "PE to CE GigE Interface",
              "id": "8d8664e2-6881-47f6-8220-5c24bac510b8",
              "isKey": true,
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].pe-interface-name",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "0/0/0/1"
            },
            {
              "properties": {
                "type": "uint32",
                "min": "0",
                "max": "4.294967295e+09",
                "prefix": ""
              },
              "type": "field",
              "name": "vlan",
              "description": "VLAN ID",
              "id": "060134a5-117a-40b9-9539-de2856f83952",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].vlan",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": 21
            },
            {
              "properties": {
                "type": "uint32",
                "min": "0",
                "max": "4.294967295e+09",
                "prefix": ""
              },
              "type": "field",
              "name": "pe-as-num",
              "id": "881bf328-0f3b-42cb-906b-4502355b40b6",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].pe-as-num",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": 324
            },
            {
              "properties": {
                "type": "tailf:ipv4-address-and-prefix-length",
                "prefix": ""
              },
              "type": "field",
              "name": "pe-router-ip",
              "description": "IPv4 format with CIDR",
              "id": "2233d56e-b8ce-4b1c-83f7-e33fef08eea9",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].pe-router-ip",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "192.0.2.0/21"
            },
            {
              "properties": {
                "type": "tailf:ipv4-address-and-prefix-length",
                "prefix": ""
              },
              "type": "field",
              "name": "pe-ip",
              "description": "IPv4 format with CIDR",
              "id": "6075d0d7-9193-4e2a-a286-f1f57557a33e",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].pe-ip",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "192.0.2.0/21"
            },
            {
              "properties": {
                "type": "string",
                "prefix": ""
              },
              "type": "field",
              "name": "ce-wan-interface-name",
              "description": "CE to PE GigE Interface",
              "id": "97458d3d-4fc5-45c8-bc11-08b4448c4aa2",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].ce-wan-interface-name",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "0/0"
            },
            {
              "properties": {
                "type": "tailf:ipv4-address-and-prefix-length",
                "prefix": ""
              },
              "type": "field",
              "name": "ce-wan-ip",
              "description": "IPv4 format with CIDR",
              "id": "eff72a33-47b2-4749-9efd-d40654f719eb",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].ce-wan-ip",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "192.0.2.0/21"
            },
            {
              "properties": {
                "type": "string",
                "prefix": ""
              },
              "type": "field",
              "name": "wan-description",
              "description": "Description for the WAN",
              "id": "c9bd0231-5db2-4fe4-87a1-fa75422db67f",
              "yangkey": "",
              "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link[0].wan-description",
              "source": "/IAP-Artifact-l3vpn:l3vpn",
              "source_type": "service_model",
              "default": "testingWanDescription"
            }
          ],
          "type": "table",
          "name": "wan-link",
          "properties": {},
          "key": "/IAP-Artifact-l3vpn:l3vpn.site[0].wan-link",
          "id": "5514e799-390c-4877-9104-6a819aedb712",
          "yangkey": "pe pe-interface-name",
          "source": "/IAP-Artifact-l3vpn:l3vpn",
          "source_type": "service_model"
        }
      ],
      "type": "table",
      "name": "site",
      "properties": {},
      "description": "L3VPN site location",
      "key": "/IAP-Artifact-l3vpn:l3vpn.site",
      "min-elements": "1",
      "element": "{\"type\":\"service_model\",\"id\":{\"name\":\"/IAP-Artifact-l3vpn:l3vpn\"}}",
      "source_type": "service_model",
      "source": "/IAP-Artifact-l3vpn:l3vpn",
      "id": "c706e909-671f-4f07-bdc9-dbe3e82421f4",
      "yangkey": "site-id"
    }
  ],
  "elements": [],
  "created": "2019-01-15T12:59:44.050Z",
  "createdBy": {
    "0": "5",
    "1": "c",
    "2": "9",
    "3": "c",
    "4": "3",
    "5": "b",
    "6": "8",
    "7": "4",
    "8": "a",
    "9": "9",
    "10": "2",
    "11": "c",
    "12": "f",
    "13": "7",
    "14": "2",
    "15": "2",
    "16": "9",
    "17": "4",
    "18": "4",
    "19": "8",
    "20": "7",
    "21": "8",
    "22": "c",
    "23": "e",
    "inactive": true
  },
  "groups": [],
  "lastUpdated": "2019-12-03T17:48:11.455Z",
  "lastUpdatedBy": {
    "provenance": "Local AAA",
    "username": "admin@pronghorn",
    "firstname": "admin",
    "inactive": false,
    "email": ""
  },
  "tags": []
}